@media only screen and (min-width: 1400px) {
	.content {
		width: 1400px;
	}
}

.banner .swiper-pagination {
	left: 3.125rem;
	bottom: 50%;
	width: 10px;
	-webkit-transform: translate(0, 50%);
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-o-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0;
	background: #828282;
	opacity: 1;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: transparent;
	border: 2px solid #828282;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}


/*electric*/

.electric {
	padding: 6.25rem 0 7.875rem;
}

.electric-list {
	margin-top: 6rem;
}

.electric-list>a {
	width: 23.572%;
	margin-right: 1.9%;
}

.electric-list>a:nth-child(4n) {
	margin-right: 0;
}

.electric-list>a>p {
	height: 12.5rem;
	overflow: hidden;
}

.electric-list>a>p>img {
	width: 100%;
	height: 100%;
}

.electric-list>a .cover-layer::before {
	top: 100%;
	background: url(../images/ele-bg.png) no-repeat;
}

.electric-list>a>div {
	padding: 1.5625rem 1.25rem 3rem;
	border-bottom: solid 1px transparent;
}

.electric-list div>h3 {
	position: relative;
	top: 0;
	margin-bottom: 1.5625rem;
	font-size: 1.125rem;
	text-align: center;
	color: #096c38;
}

.electric-list div>p {
	position: relative;
	top: 0;
	height: 6.125rem;
	line-height: 1.625rem;
	font-size: .875rem;
	color: #333;
	overflow: hidden;
}


/*factory*/

.factory {
	padding: 3.5rem 0 4rem;
	background-size: cover !important;
	background-position: center !important;
}

.factory>div>p {
	margin: 1.5625rem 0 2.625rem;
	font-size: .875rem;
	line-height: 1.5rem;
	color: #4b4b4b;
}

.factory-list>ul {
	width: 47%;
	max-height: 31rem;
	padding: 4.75rem 0 0 6.429%;
	margin-right: 3%;
	overflow: hidden;
}

.factory-list>ul>li {
	height: 4.375rem;
	padding-right: 1.875%;
	border-bottom: 1px solid #fff;
}

.factory-list li p {
	float: left;
	padding-left: 5.085%;
	line-height: 4.375rem;
	max-height: 4.375rem;
	color: #fff;
	overflow: hidden;
}

.factory-list li p:first-child {
	width: 11.402%;
	font-size: 1.875rem;
}
.factory-list li>a{width: 100%;}
.factory-list li p:nth-child(2) {
	width: 19.175%;
	font-size: 1.25rem;
}

.factory-list li p:last-child {
	width: 69.423%;
	font-size: 1rem;
}

.factory-list .factory-img{
	position: relative;
	width: 47%;
	height: 34.375rem;
	margin-left: 3%;
}
.factory-list .factory-img>div{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 0;
	margin: 0;
}
.factory-list .factory-img>div:first-child{display: block;}
.factory-img>div>div{
	height: 100%;
	background: #fff;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.factory-list .factory-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


/*.contact*/

.contact {
	padding: 6.25rem 0 4.375rem;
}

.contact-list>li {
	width: 14.286%;
	margin-right: 7.1%;
	text-align: center;
}

.contact-list .icon {
	position: relative;
	width: 10rem;
	height: 10rem;
	margin: 0 auto;
	border-radius: 8px;
}

.contact-list .icon>p {
	position: relative;
	z-index: 5;
}

.contact-list .icon>p>img:last-child {
	display: none;
}

.contact-list .icon>span:nth-of-type(1) {
	width: 5.625rem;
	height: 5.625rem;
	margin: 0 auto;
	border-radius: 50%;
	background: linear-gradient(180deg, rgba(50, 219, 222, .88) 0%, rgba(42, 167, 92, .88) 100%);
}

.contact-list .icon>span:last-child {
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #fff;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	z-index: 2;
}

.contact-list>li h3 {
	margin: 1.1875rem 0 1rem;
	font-size: 1.25rem;
}

.contact-list>li p {
	line-height: 1.25rem;
	font-size: .875rem;
	color: #666666;
}


/*animate*/

@media only screen and (min-width: 767px) {
	.electric-list>a:hover>div {
		box-shadow: 0px 2px 5px 0px rgba(9, 108, 56, 0.26);
		border-bottom: solid 1px #3b9757;
	}
	.electric-list>a:hover .cover-layer::before {
		top: 0;
	}
	.electric-list>a:hover h3 {
		top: -8.5rem;
		color: #fff;
	}
	.electric-list>a:hover div>p {
		top: -1.25rem;
		font-size: 16px;
	}
	.factory-list li:hover {
		background-color: #fff;
	}
	.factory-list li:hover p {
		color: #096c38;
	}
	.contact-list>li:hover .icon>span:nth-of-type(1) {
		width: 10rem;
		height: 10rem;
		border-radius: 8px;
	}
	.contact-list>li:hover .icon>span:last-child {
		width: 5.625rem;
		height: 5.625rem;
	}
	.contact-list>li:hover .icon>p>img:first-child {
		display: none;
	}
	.contact-list>li:hover .icon>p>img:last-child {
		display: block;
	}
}


/*media*/

@media only screen and (min-width: 1250px) and  (max-width: 1400px){
	.factory {
		padding: 3.5rem 0 4rem;
	}
	
	.factory-list li p {
		padding-left: 3%;
	}
}

/* 针对笔记本电脑分辨率优化 */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.factory {
		padding: 3rem 0 3.5rem;
	}
	
	.factory-list {
		background-size: contain !important;
		background-position: center !important;
		gap: 2rem;
	}
	
	.factory-list>ul {
		width: 47%;
		max-height: 28rem;
		padding: 3.5rem 0 0 8%;
		margin-right: 2%;
	}
	
	.factory-list .factory-img {
		width: 47%;
		height: 30rem;
		margin-left: 2%;
	}
	
	.factory-list>ul>li {
		height: 4rem;
	}
	
	.factory-list li p {
		line-height: 4rem;
		max-height: 4rem;
		padding-left: 5%;
	}
	
	.factory-list li p:first-child {
		font-size: 1.5rem;
	}
	
	.factory-list li p:nth-child(2) {
		font-size: 1.125rem;
	}
	
	.factory-list li p:last-child {
		font-size: 0.9rem;
	}
}

@media only screen and (max-width: 1250px) {
	.factory-list li p {
		padding-left: 2%;
	}
}

@media only screen and (max-width: 767px) {
	.factory-list>ul {
		padding: 5px;
	}
	.factory-list>ul>li {
		padding-right: 0;
	}
	.factory-list .factory-img{
		height: 14rem;
	}
	.electric-list {
		margin-top: 2rem;
	}
	.electric-list>a>p {
		height: auto;
	}
	.factory-list>img {
		display: block;
		margin-bottom: 0;
	}
	.electric.factory,
	.contact {
		padding: 2rem 0;
	}
	.factory-list li p:nth-child(2){width: 26.175%;}
	.factory-list li p:nth-child(3){width: 62.423%;}
}